home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / sox / com / commerceone / CBL / n1_0 / OrderReference.mod < prev    next >
Encoding:
Extensible Markup Language  |  2000-07-03  |  1.5 KB  |  46 lines  |  [STrk/SCPL]

  1. <?xml version="1.0"?>
  2. <!DOCTYPE schema SYSTEM "urn:x-commerceone:document:com:commerceone:xdk:xml:schema.dtd$1.0">
  3.  
  4. <schema uri="urn:x-commerceone:document:com:commerceone:CBL:CBL.sox$1.0" >
  5.  
  6. <intro>
  7. <p>Copyright Notice</p>
  8. <p>Common Business Library 2.0<br/>
  9. Copyright 1999 Commerce One, Inc.</p>
  10. <p>Permission is granted to use, copy, modify and distribute the DTD's, schemas
  11. and modules in the Commerce One Common Business Library Version 2.0 subject to the terms
  12. and conditions specified at http://www.marketsite.net/xml/cbl/copyright.html</p> 
  13. </intro>
  14.  
  15. <!-- 
  16.     A collection of references that are used by
  17.     PurchaseOrder, OrderResponse, OrderStatus and OrderStatusResponse.
  18.     ReferenceCoded (Reference with qualifier)
  19.     is used to express any other references.
  20.  -->
  21.     
  22.  
  23. <elementtype name="OrderReference">
  24.     <model>
  25.         <sequence>
  26.         <!--  AccountCode is the agreement number between a
  27.              buyer and a supplier. An account may contain several
  28.              contracts in it.  -->
  29.         <element type="Reference" name="AccountCode" />
  30.         
  31.         <!--  BuyerRefNum is Buyer's Purchase Order Num  -->
  32.         <element type="Reference" name="BuyerRefNum" />
  33.         
  34.         <!--  SupplierRefNum is SupplierOrderNum or SuppliersSalesOrderNum -->
  35.         <element type="Reference" name="SupplierRefNum" occurs="?" />
  36.         
  37.         <!--  This is used for other references
  38.              that a buyer want to provide to supplier, such as 
  39.              Buyer Catalog Reference Number  -->
  40.         <element type="ListOfReferenceCoded" occurs="?" />
  41.     </sequence>
  42.     </model>
  43. </elementtype>
  44.  
  45. </schema>
  46.